| C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : AsyncOperationProgressHandler<TResult,TProgress> Delegate |
'Declaration
Public Delegate Sub AsyncOperationProgressHandler
(Of TResult,TProgress)( _
ByVal asyncInfo As IAsyncOperationWithProgress(Of TResult,TProgress), _
ByVal progressInfo As TProgress _
)
public delegate void AsyncOperationProgressHandler<TResult,TProgress>( IAsyncOperationWithProgress<TResult,TProgress> asyncInfo, TProgress progressInfo )